* {
  margin: 0;
  padding: 0;
  font-family: Noto Sans SC;
}
body,
html {
  width: 100%;
  background: #fff;
}
ul,
li {
  list-style: none;
}
input {
  border: none;
  outline: none;
}
a {
  text-decoration: none;
}
button {
  cursor: pointer;
  outline: none;
  border: none;
}
.type-area {
  width: 1200px;
}
.bg-one {
  background: white;
}
.bg-two {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fafafa;
}
article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
article .box-one,
article .box-two {
  margin-top: 18px;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}
article .box-one .left,
article .box-two .left {
  display: flex;
  margin-right: 12px;
}
article .box-one .left .nav,
article .box-two .left .nav {
  width: 124px;
}
article .box-one .left .nav ul:nth-child(1) li::after,
article .box-two .left .nav ul:nth-child(1) li::after {
  content: "";
  width: 100px;
  height: 0px;
  border-top: 1px dashed #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
article .box-one .left .nav ul,
article .box-two .left .nav ul {
  width: 124px;
  height: 298px;
  background: #19c485;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
article .box-one .left .nav ul li,
article .box-two .left .nav ul li {
  height: 55px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
article .box-one .left .nav ul li::after,
article .box-two .left .nav ul li::after {
  content: "";
  width: 100px;
  height: 1px;
  border-top: 1px dashed #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
article .box-one .left .nav ul .active,
article .box-two .left .nav ul .active {
  color: #19c485;
  background: #ffffff;
}
article .box-one .left .nav-content,
article .box-two .left .nav-content {
  background: white;
  padding-left: 30px;
}
article .box-one .left .nav-content .title,
article .box-two .left .nav-content .title {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  padding-top: 12px;
  position: relative;
}
article .box-one .left .nav-content .title:before,
article .box-two .left .nav-content .title:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ffb400;
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  left: -10px;
}
article .box-one .left .nav-content .list,
article .box-two .left .nav-content .list {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  width: 240px;
}
article .box-one .left .nav-content .list p,
article .box-two .left .nav-content .list p {
  width: 112px;
  margin-bottom: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
b article .box-one .left .nav-content .list p:hover,
b article .box-two .left .nav-content .list p:hover {
  color: rgba(0, 0, 0, 0.85);
}
article .box-one .show-img,
article .box-two .show-img {
  border-radius: 4px;
}
article .box-two {
  justify-content: flex-start;
}
article .nav .title {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  padding: 16px 0 8px 0;
  border-bottom: 2px solid #fafafa;
}
article .nav .one .subtitle {
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 20px;
  margin-bottom: 8px;
}
article .nav .one .item-nav {
  display: flex;
  align-items: center;
}
article .nav .one .item-nav ul {
  display: flex;
  flex-wrap: wrap;
}
article .nav .one .item-nav ul li {
  width: 80px;
  margin: 4px 0;
  margin-right: 16px;
  font-size: 13px;
  font-weight: normal;
}
article .nav .one .item-nav ul li a {
  color: rgba(0, 0, 0, 0.45);
}
article .nav .one .item-nav ul li a:hover {
  color: rgba(0, 0, 0, 0.85);
}
article .detail {
  width: 780px;
  display: flex;
  flex-direction: column;
}
article .detail .tab_list,
article .detail .tab_list1,
article .detail .tab_list2 {
  display: flex;
  justify-content: space-between;
}
article .detail .tab_list .address-book-nav,
article .detail .tab_list1 .address-book-nav,
article .detail .tab_list2 .address-book-nav {
  display: flex;
}
article .detail .tab_list .address-book-nav li,
article .detail .tab_list1 .address-book-nav li,
article .detail .tab_list2 .address-book-nav li {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 24px;
  padding: 16px 0 8px 0;
}
article .detail .tab_list .address-book-nav li:hover,
article .detail .tab_list1 .address-book-nav li:hover,
article .detail .tab_list2 .address-book-nav li:hover {
  color: #ffb400;
}
article .detail .tab_list .more,
article .detail .tab_list1 .more,
article .detail .tab_list2 .more {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.25);
  margin-top: 16px;
  padding-right: 70px;
}
article .colorb {
  color: #ffb400;
}
article .cut {
  position: relative;
}
article .cut::after {
  content: "";
  display: block;
  position: absolute;
  top: 38px;
  width: 100%;
  height: 20px;
  background: url(../images/content/icon-yellow.svg) no-repeat;
  background-position: center;
}
article .tab_con .item,
article .tab_con .item1,
article .tab_con .item2 {
  margin-top: 20px;
}
article .tab_con .item .item-head,
article .tab_con .item1 .item-head,
article .tab_con .item2 .item-head {
  float: left;
  box-sizing: border-box;
  width: 240px;
  height: 300px;
  margin-top: 16px;
  margin-right: 16px;
  border-radius: 4px;
  border: 3px solid #ffffff;
  transition: 0.3s all ease;
}
article .tab_con .item .item-head:hover,
article .tab_con .item1 .item-head:hover,
article .tab_con .item2 .item-head:hover {
  border: 3px solid #19c485;
}
article .tab_con .item .item-head img,
article .tab_con .item1 .item-head img,
article .tab_con .item2 .item-head img {
  width: 100%;
  height: 160px;
}
article .tab_con .item .item-head p,
article .tab_con .item1 .item-head p,
article .tab_con .item2 .item-head p {
  font-weight: normal;
  line-height: 23px;
  margin: 8px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
}
article .tab_con .item .item-head .bot,
article .tab_con .item1 .item-head .bot,
article .tab_con .item2 .item-head .bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article .tab_con .item .item-head .bot .discount,
article .tab_con .item1 .item-head .bot .discount,
article .tab_con .item2 .item-head .bot .discount {
  font-size: 12px;
  padding: 2px 8px;
  color: #47b881;
  background: #f2faf6;
  border-radius: 100px;
}
article .tab_con .item .item-head .bot span,
article .tab_con .item1 .item-head .bot span,
article .tab_con .item2 .item-head .bot span {
  font-size: 10px;
  color: #aeaeae;
}
article .tab_con .item .item-head .bot span i,
article .tab_con .item1 .item-head .bot span i,
article .tab_con .item2 .item-head .bot span i {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  line-height: 29px;
  color: #f64c4c;
  padding-right: 4px;
}
article .all {
  /*width: 100%;*/
}
article .information {
  display: flex;
}
article .information .news {
  width: 33.33%;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin-right: 12px;
  margin-bottom: 24px;
}
article .information .news .news-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  background: #fafafa;
}
article .information .news .news-top .item-news {
  font-weight: bold;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
}
article .information .news .news-top .more {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
article .information .news .news-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
}
article .information .news .news-bottom a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
article .information .news .news-bottom a:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: underline;
}
.arti-right{
  width: 225px;
}
.arti {
  display: flex;
}
.focus {
  position: relative;
  width: 225px;
  height: 156px;
  overflow: hidden;
  margin-top: 35px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.focus ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 600%;
}
.focus ul li {
  float: left;
  width: 225px;
}
.focus ul li img{
  width: 225px;
}
.arrow-l,
.arrow-r {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 24px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-family: "icomoon";
  font-size: 18px;
  z-index: 2;
}
.arrow-r {
  right: 0;
}
.circle {
  position: absolute;
  bottom: 52px;
  left: 80px;
}
.pink {
  position: absolute;
  bottom: 0;
  width: 225px;
  height: 32px;
  background: #fbf5f5;
}
.memory {
  position: absolute;
  bottom: 10px;
  left: 18%;
  background: #f4595f;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  padding: 7px 37px;
  z-index: 10;
}
.circle li {
  float: left;
  width: 6px;
  height: 6px;
  /*background-color: #fff;*/
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 3px;
  border-radius: 50%;
  /*鼠标经过显示小手*/
  cursor: pointer;
}
.current {
  background-color: #ffb400;
}
.remark {
  background: #fffdfa;
  margin-top: 12px;
}
.remark .re-title {
  font-weight: bold;
  font-size: 16px;
  color: #fe9b0e;
  margin: 12px 0 8px 12px;
  border: 1xp solid #fff2d5;
}
.remark .re-content {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}
.remark .re-content span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
}
.remark .re-content span i {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.85);
}
.remark .re-content img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.a-text{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.one-line{
  border-bottom: 1px solid #f5f5f5;
  padding: 4px 0;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box-two .nav{
  width: 200px;
}